projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af3ade4
)
Fix XEN_EXTRAVERSION and shorten so it fits on a single line after
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 8 Dec 2007 17:35:32 +0000
(17:35 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 8 Dec 2007 17:35:32 +0000
(17:35 +0000)
figlet-isation: 3.2.0-rc2-pre.
xen/Makefile
patch
|
blob
|
history
diff --git
a/xen/Makefile
b/xen/Makefile
index 18c6d0f313ae3f8a972970ba9bdc7db4757ce589..a0c0d8ed5f747bf58c0f489a6fb22766b6210a96 100644
(file)
--- a/
xen/Makefile
+++ b/
xen/Makefile
@@
-2,7
+2,7
@@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 3
export XEN_SUBVERSION = 2
-export XEN_EXTRAVERSION ?= .0-rc2-
devel
(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc2-
pre$
(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version